Don't use the same name for a function that used to be a variable
authorTor Lillqvist <tml@iki.fi>
Thu, 9 Sep 2010 08:03:22 +0000 (11:03 +0300)
committerTor Lillqvist <tml@iki.fi>
Thu, 9 Sep 2010 08:06:26 +0000 (11:06 +0300)
commitdd36afc2078dc0072b3dd4d17841b271b4ed770c
tree9742ad5f2abb7270dcceb85dd6a023913858f0f2
parent91d0728dfaa3fd5d67c4f072601ecba44b5fd473
Don't use the same name for a function that used to be a variable

Rename the gtk_major_version() etc functions I introduced yesterday to
start with gtk_get. Avoids misleading results in client programs whose
developers that don't notice the change or the compiler warnings, and
when recompiling against gtk3 then use the function addresses as the
version numbers.
demos/gtk-demo/appwindow.c
gtk/gtk.symbols
gtk/gtkmain.c
gtk/gtkmain.h
tests/testgtk.c